toggle menu
JxBrowser
8.2.0
jvm
switch theme
search in API
JxBrowser
/
com.teamdev.jxbrowser.navigation
/
[jvm]TimeoutException
Timeout
Exception
public
final
class
TimeoutException
extends
RuntimeException
Thrown when a blocking operation times out.
Members
Constructors
Timeout
Exception
Link copied to clipboard
public
void
TimeoutException
(
String
message
)
Constructs a
TimeoutException
with the specified detail message.
public
void
TimeoutException
(
String
message
,
Throwable
cause
)
Constructs a
TimeoutException
with the specified detail message and cause.
Properties
cause
Link copied to clipboard
public
Throwable
cause
stack
Trace
Link copied to clipboard
public
Array
<
StackTraceElement
>
stackTrace
Functions
add
Suppressed
Link copied to clipboard
public
final
synchronized
void
addSuppressed
(
Throwable
exception
)
fill
In
Stack
Trace
Link copied to clipboard
public
synchronized
Throwable
fillInStackTrace
(
)
get
Cause
Link copied to clipboard
public
synchronized
Throwable
getCause
(
)
get
Localized
Message
Link copied to clipboard
public
String
getLocalizedMessage
(
)
get
Message
Link copied to clipboard
public
String
getMessage
(
)
get
Stack
Trace
Link copied to clipboard
public
Array
<
StackTraceElement
>
getStackTrace
(
)
get
Suppressed
Link copied to clipboard
public
final
synchronized
Array
<
Throwable
>
getSuppressed
(
)
init
Cause
Link copied to clipboard
public
synchronized
Throwable
initCause
(
Throwable
cause
)
print
Stack
Trace
Link copied to clipboard
public
void
printStackTrace
(
)
set
Stack
Trace
Link copied to clipboard
public
void
setStackTrace
(
Array
<
StackTraceElement
>
stackTrace
)
to
String
Link copied to clipboard
public
String
toString
(
)